Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stm32RTC start alarm with a 64bit accuracy on Subseconds param #109

Merged
merged 2 commits into from
Aug 19, 2024

Conversation

FRASTM
Copy link
Contributor

@FRASTM FRASTM commented Mar 12, 2024

When the number of SubSeconds exceeds 32bit value during calculations the Alarm still needs to be set with bigger range. This is done with a new RTC_StartAlarm64 function.

src/rtc.c Outdated Show resolved Hide resolved
When the number of SubSeconds exceeds 32bit value during calculations
the Alarm still needs to be set with bigger range. This is done
with a new RTC_StartAlarm64 function.

Signed-off-by: F. Ramu <[email protected]>
@fpistm fpistm added this to the 1.5.0 milestone Apr 12, 2024
Copy link
Member

@fpistm fpistm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@fpistm fpistm removed this from the 1.5.0 milestone Aug 19, 2024
src/rtc.c Outdated Show resolved Hide resolved
Signed-off-by: Frederic Pillon <[email protected]>
@fpistm fpistm merged commit 62a6175 into stm32duino:main Aug 19, 2024
3 checks passed
@fpistm fpistm deleted the lorawan_issue38 branch August 19, 2024 08:52
@fpistm fpistm added this to the 1.5.0 milestone Aug 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging this pull request may close these issues.

2 participants